From 17898be779cfb4dc75f5ac0de2644e7d5e1e3d64 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 4 Nov 2008 23:23:11 +0000 Subject: [PATCH] Rebuild the doc only once at the beginning of the release target. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2cae15297..d5347802b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -224,8 +224,8 @@ gpsbabel.pdf: gpsbabel.fo cp gpsbabel.pdf $(WEB)/htmldoc-$(DOCVERSION)/gpsbabel-$(DOCVERSION).pdf -gpsbabel.html: FORCE gpsbabel - perl xmldoc/makedoc +gpsbabel.html: FORCE # gpsbabel + # perl xmldoc/makedoc xsltproc \ --output $@ \ --stringparam toc.section.depth "1" \ @@ -258,7 +258,7 @@ release-sourcecheck: changes.html ./chkdoc make clean rm -fr gpsbabel-$(VERSIOND) -#rjl make gpsbabel doc gpsbabel.html + make gpsbabel doc gpsbabel.html @(. tools/functions && ask "Enter 'y' to tag the tree as gpsbabel_$(VERSIONU)." "y") && cvs tag -F gpsbabel_$(VERSIONU) ; exit 0 cvs export -r gpsbabel_$(VERSIONU) -d gpsbabel-$(VERSIOND) gpsbabel touch gpsbabel-$(VERSIOND)/internal_styles.c -- 2.30.2